home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gDefaultLinearList
- doButton()
- set vAddValue to the text of member "Adding Linear SetAt Input Field 2"
- set vAddValue to checkValue(vAddValue)
- set vSetPosition to the text of member "Adding Linear SetAt Input Field 1"
- set vSetPosition to checkPosition(vSetPosition, EMPTY)
- if (vAddValue <> EMPTY) and (vSetPosition <> EMPTY) then
- setAt(gDefaultLinearList, vSetPosition, vAddValue)
- set the text of member "Adding Linear SetAt Display Field 1" to string(gDefaultLinearList)
- end if
- end
-